词语吧>英语词典>tag end翻译和用法

tag end

英 [tæɡ end]

美 [tæɡ end]

网络  末端

英英释义

noun

双语例句

  • In order to realize mutual authentication, usability and privacy, there are one public key in the π OTP protocol that maintained both in the tag and the back end database that is updated by universal hash function after each successful authentication.
    为了实现双向认证性、正确性和隐私性,πOTP协议设有一个公有密钥,由安全的通用哈希函数产生,同时保持在标签和后端数据库中,每次成功认证后进行更新。
  • Building on the prior example, if you add an element named, it will have a beginning tag and a corresponding end tag.
    我们继续以前面的示例为例,如果添加了名为的元素,它将有一个开始标记和相应的结束标记。
  • Empty elements must either have an end tag or the start tag must end with/>.
    空的元素也必须有一个结束标签或者开始标签用/结束。
  • Think of character data as the text found between the start tag and the end tag of an XML element.
    把字符数据当作XML元素的开始标签与结束标签之间的文本。
  • An XML document can have some empty tags that do not have anything inside and can be expressed as a single tag instead of as a set of beginning and end tags.
    XML文档可以使用内部不包含任何内容的空标记,这些标记可以表示为单个标记,而不是一组开始和结束标记。
  • That is, the XML must have both a start tag and end tag, and must be authored using the proper syntax.
    因此,所有XML必须有一个起始标签和一个结束标签,并且要使用正确的语法创建。
  • Then, the page starts the tag, the text_field and text_area items for each field, a tag, and the end of the form.
    然后依次为标记、每个字段的textfield和textarea项、标记和表单末尾。
  • Writing a test for a simple one-line tag might seem excessive, but you'd be surprised how many times the one-liners end up being the source of trouble.
    为只有一行代码的标记编写测试看起来似乎有些过分,但是很多时候问题的源头正是这一行代码。
  • If you have a start tag, you must have an end tag.
    有起始标记必须有结束标记。
  • For these versions, you'll need to add a tag to the very end of each JSP page ( or to a common template, if a template mechanism such as Tiles is used).
    对于这些版本,需要在每个JSP页面的末尾添加一个标记(或者,如果使用了像Tiles这样的模板机制,也可以将标记添加到一个公共的模板中)。